From 122f52b8a14a2b0934ef5be26e22416e3ebfe6c0 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 26 Jul 2011 10:49:46 +0000 Subject: [PATCH] [backfire] merge r27779 SVN-Revision: 27780 --- package/linux-atm/Makefile | 1 + package/lua/Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package/linux-atm/Makefile b/package/linux-atm/Makefile index fd92cc1fff..79781981e8 100644 --- a/package/linux-atm/Makefile +++ b/package/linux-atm/Makefile @@ -48,6 +48,7 @@ define Build/Configure endef TARGET_CFLAGS += -I$(LINUX_DIR)/include -I$(LINUX_DIR)/arch/$(LINUX_KARCH)/include +unexport PREFIX define Build/Compile # src/qgen is built with HOSTCC, which does not really like our LDFLAGS diff --git a/package/lua/Makefile b/package/lua/Makefile index fdbbddc401..55329cd3c7 100644 --- a/package/lua/Makefile +++ b/package/lua/Makefile @@ -86,7 +86,7 @@ endef define Build/Configure endef -TARGET_CFLAGS += -DLUA_USE_LINUX $(FPIC) -std=gnu99 +TARGET_CFLAGS += -DLUA_USE_LINUX $(FPIC) -std=gnu99 -ggdb3 ifneq ($(CONFIG_USE_EGLIBC),) ifeq ($(CONFIG_EGLIBC_OPTION_EGLIBC_UTMP),) -- 2.30.2